home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000276_misckit-reques…aska.et.byu.edu_Tue Oct 11 08:51:43 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  2KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67e/NX3.0M)
  3.     id AA00780; Tue, 11 Oct 94 08:51:22 -0600
  4. Received: from yvax1.byu.edu by alaska.et.byu.edu; Tue, 11 Oct 1994 06:11:27 -0600
  5. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-10 #7277)
  6.  id <01HI51TNHC809N6FJC@yvax.byu.edu>; Tue, 11 Oct 1994 06:11:29 -0600 (MDT)
  7. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-10 #7277)
  8.  id <01HI51TKHVZ493I847@yvax.byu.edu>; Tue, 11 Oct 1994 06:11:25 -0600 (MDT)
  9. Received: from yvax1.byu.edu by alaska.et.byu.edu; Tue,
  10.  11 Oct 1994 06:04:32 -0600
  11. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-10 #7277)
  12.  id <01HI51L399LC9N6FJC@yvax.byu.edu>; Tue, 11 Oct 1994 06:04:34 -0600 (MDT)
  13. Received: from anke.imsd.uni-mainz.DE by yvax.byu.edu (PMDF V4.3-10 #7277)
  14.  id <01HI51IQ2UWG920EJI@yvax.byu.edu>; Tue, 11 Oct 1994 06:04:31 -0600 (MDT)
  15. Received: from n1 by anke.imsd.uni-mainz.DE (NX5.67e/NX3.0M) id AA01261; Tue,
  16.  11 Oct 94 13:01:11 +0100
  17. Received: by n1.imsd.uni-mainz.DE (NX5.67e/NX3.0X) id AA09257; Tue,
  18.  11 Oct 94 13:01:22 +0100
  19. Received: by NeXT.Mailer (1.100)
  20. Received: by NeXT Mailer (1.100)
  21. Date: Tue, 11 Oct 1994 13:01:22 +0100
  22. From: Uwe Nauerth <nauerth@anke.imsd.uni-mainz.DE>
  23. Subject: Compiler problems with MiscString
  24. To: misckit@byu.edu
  25. Cc: nauerth@anke.imsd.uni-mainz.DE
  26. Message-Id: <9410111201.AA01261@anke.imsd.uni-mainz.DE>
  27. Content-Transfer-Encoding: 7BIT
  28.  
  29. I have some problems using the MiscString class. The compiler reports  
  30. the following errors:
  31.  
  32. /LocalDeveloper/Headers/misckit/MiscString.h:434:
  33. missing category name, found `)'
  34. /LocalDeveloper/Headers/misckit/MiscString.h:434:
  35. illegal interface declaration, missing `@end'
  36. /LocalDeveloper/Headers/misckit/MiscString.h:441:
  37. illegal method definition, found `+' 
  38.  
  39.  
  40.  
  41.  
  42. /LocalDeveloper/Headers/misckit/MiscString.h:471:
  43. illegal method definition, missing `{' after `file'
  44. /LocalDeveloper/Headers/misckit/MiscString.h:473:
  45. `@end' must appear in an implementation context, found `@end'
  46.  
  47. What is the problem?
  48.  
  49. Thanks in advance.